

/*-----------------[初始化]--------------*/

body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}

a{color: #444;}

a:hover{color: #007b4a;}

img{max-width: 100%;


}

input,textarea,select{font-size: 12px;color: #444;

	font-family:"微软雅黑","Microsoft Yahei";outline: 0;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

}

input[type='submit'],input[type='reset'],input[type='button'],select{

	-webkit-appearance: none;

	-moz-appearance: none;

	-ms-appearance: none;

	-o-appearance: none;

	appearance: none;

}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}

::-webkit-input-placeholder {color: #999;}

::-moz-placeholder {color: #999; }

::-ms-input-placeholder {color: #999;}



a, .ani{

	transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	-o-transition: .3s;

}



/*布局*/

* {outline: none;}

.wp{width: 100%;max-width: 1180px;margin: 0 auto;}

.h50{height: 50px;clear: both;overflow: hidden;}

.h100{height: 100px;clear: both;overflow: hidden;}

#bd {overflow: hidden;}

#bd, #fd {padding-left: 169px;}





/*******************************

  -------[=头部]-------

********************************/



.m-select1 {

	display: inline-block;

	vertical-align: middle;

	/*position: relative;*/

	width: 42px;

	height: 30px;

	font-size: 14px;

	font-family: Arial;

	line-height: 30px;

	color: #fff;

	background: url(../images/icon3.png) right center no-repeat;

	cursor: pointer;

}

.m-select1 .show {

	height: inherit;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.m-select1 .opt {

	position: absolute;

	top: 100%;

	left: 0;right: 0;

	z-index: 3;

	display: none;

	/*width: 120%;*/

	border-top: 1px solid #718a79;

}



.m-select1 .opt li {

	display: block;

	height: 79px;

	font-size: 14px;

	line-height: 79px;

	color: inherit;

	background-color: rgba(0, 0, 0, 0.3);

}

.m-select1 .opt a {
	display: block;
	padding-left: 39px;
	color: #fff;

}

.m-select1 .opt li:hover {

	background-color: #007b4a;

}

.m-select1 .opt li:hover a {

	color: #fff;

}

#hd .language:hover .opt {

	display: block;

}

#hd .lang-m{
	display: block;float: right;
	width: 60px;
	font-size: 18px;color: #007b4a;text-align: center;
	display: none;
}







/*******************************

	-------[=导航]-------

********************************/

.menuBtn{position: relative;z-index: 9;display: none;float: right;

	width: 35px;height: 35px;padding: 7px 0 0;margin-top: 18px;cursor: pointer;

	transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	-o-transition: .3s;

}

.menuBtn b{display: block;height: 3px;background-color: #007b4a;

	margin: 3px 0 5px;border-radius: 2px;

	transition: .3s;

	-ms-transition: .3s;

	-moz-transition: .3s;

	-webkit-transition: .3s;

	-o-transition: .3s;

}

.menuBtn.open{}

.menuBtn.open b{display: none;margin: 0;position: absolute;left: 2px;top: 50%;width: 30px;}

.menuBtn.open b:first-child{display: block;

	transform:rotate(45deg);

	-webkit-transform:rotate(45deg);

	-o-transform:rotate(45deg);

	-ms-transform:rotate(45deg);

}

.menuBtn.open b:last-child{display: block;

	transform:rotate(-45deg);

	-webkit-transform:rotate(-45deg);

	-o-transform:rotate(-45deg);

	-ms-transform:rotate(-45deg);

}



/*******************************

  -------[=banner]-------

*******************************/

/*#banner{height: 950px;}*/

#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}

#banner .slick-slide{outline: 0;position: relative;

	background-position: center center;background-repeat: no-repeat;

	-o-background-size: cover;

	-ms-background-size: cover;

	-moz-background-size: cover;

	-webkit-background-size: cover;

	background-size: cover;

}

#banner .slick-slide a {

	display: block;
	height: 0;padding-top: 49.47%;

}

#banner .slick-dots {

	position: absolute;

	bottom: 28px;left: 0;right: 0;

	padding-left: 169px;



	text-align: center;

}

#banner .slick-dots li {

	display: inline-block;

	vertical-align: middle;

	padding-left: 20px;



	background: url(../images/icon8.png) 0 center no-repeat;

}

#banner .slick-dots button {

	width: 20px;

	height: 22px;

	padding: 0;

	border: 0;



	font-size: 16px;

	text-align: center;

	line-height: 20px;

	color: #fff;



	background-color: transparent;

	cursor: pointer;

	opacity: .4;

	filter: alpha(opacity=40);

}

#banner .slick-dots li:first-child {

	padding-left: 0;



	background: none;

}

#banner .slick-dots .slick-active button {

	opacity: 1;

	filter: alpha(opacity=100);

}





/*******************************

  -------[=底部]-------

********************************/



.m-select2 {

	display: inline-block;

	vertical-align: middle;

	position: relative;

	width: 200px;

	height: 30px;

	font-size: 14px;

	line-height: 30px;

	color: #999;

	background: #333 url(../images/icon10.png) right center no-repeat;

	cursor: pointer;

}



.m-select2 .show {

	padding: 0 45px 0 15px;

	height: inherit;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.m-select2 .opt {

	position: absolute;

	bottom: 100%;

	left: -1px;

	z-index: 3;

	display: none;

	width: 100%;

	border: 1px solid #e5e5e5;

}



.m-select2 .opt li {

	display: block;

	height: 1.5em;

	padding: 0 15px;

	font-size: 14px;

	line-height: 1.5em;

	color: inherit;

	background-color: #fff;

}

.m-select2 .opt a {

	color: inherit;

}



.m-select2 .opt li:hover {

	color: #fff;

	background-color: #007b4a;

}

.m-select2:hover .opt {

	display: block;

}



/*******************************

	-------[=侧栏]-------

********************************/

.m-fixed {

	position: fixed;

	z-index: 10;

	top: 40%;right: 10px;

}

.m-fixed ul {

	/*margin-top: -75%;*/

}

.m-fixed li {

	margin-bottom: 7px;
	overflow: hidden;
}

.m-fixed li a {

	display: block;

	width: 45px;

	height: 45px;
	float: right;


	font-size: 20px;

	font-family: Arial;

	text-align: center;

	line-height: 44px;

	color: #fff;



	border-radius: 50%;

	background-color: #1bad55;

	background-repeat: no-repeat;

	background-position: center;

}

.m-fixed .i1 a {

	background-image: url(../images/icon18-1.png);

}

.m-fixed .i2 a {

	background-image: url(../images/icon18-2.png);

}

.m-fixed li a:hover {

	opacity: .8;

	filter: alpha(opacity=80);

}



.m-fixed .search{
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;

	overflow: hidden;
	width: 45px;height: 45px;
	position: relative;
}
.m-fixed .search.on{width: 240px;border-radius: 40px;background: #1bad55;}
.m-fixed .search .inp{
	display: block;width: 100%;height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;background: none;
	font-size: 14px;color: #fff;line-height: 45px;
	display: none;
}
.m-fixed .search.on .inp{display: block;padding: 0 45px 0 17px;}
.m-fixed .search .sub,.m-fixed .search .btn{
	display: block;width: 45px;height: 45px;
	position: absolute;right: 0;top: 0;z-index: 10;
	cursor: pointer;border-radius: 50%;overflow: hidden;
	border: none;background: #1bad55 url(../images/icon18-2.png) no-repeat center center;
}
.m-fixed .search .sub{display: none;}
.m-fixed .search.on .sub{display: block;}
.m-fixed .search.on .btn{display: none;}



